Esx Settings Depots Online CreateSpec

Esx Settings Depots Online CreateSpec
Esx Settings Depots Online CreateSpec

The Esx Settings Depots Online CreateSpec schema defines the information used to create a depot.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "description": "string",
    "location": "string",
    "enabled": false,
    "ownerdata": "string"
}
string
description
Optional

Description of the depot.

This property was added in vSphere API 7.0.0.0.

If missing or null, the description will be empty.

string As uri As uri
location
Required

Location of the depot. It should be the location to the index.xml for the depot.

This property was added in vSphere API 7.0.0.0.

boolean
enabled
Optional

Flag indicating whether this depot is enabled or not. Disabling the depot doesn't delete its cached metadata and payloads. It will not be refreshed next time depots are re-synced.

This property was added in vSphere API 7.0.0.0.

If missing or null, the depot will be enabled.

string
ownerdata
Optional

Private data saved by the Esx Settings Depots Online Info.owner of the depot. It is opaque to vLCM.

This property was added in vSphere API 7.0.3.0.

If missing or null, no ownerdata will be saved.